home *** CD-ROM | disk | FTP | other *** search
- mstart = "1";
- mstop = "3";
- if(mstart.substr("1","1") eq "1")
- {
- gotoAndStop("start");
- play();
- }
- else if(mstart.substr("1","1") eq "2")
- {
- nsecs = mstart.substr("3","3");
- set("return","start");
- gotoAndStop("wainnsec");
- play();
- }
- else if(mstart.substr("1","1") eq "3")
- {
- gotoAndStop("stop");
- }
-